Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
Heroku: problema con la implementación del sitio por primera vez || Código=H10

como dice el título, estoy tratando de implementar un sitio web en Heroku por primera vez. Cambié todos los puertos a Process.env.PORT || 3001 (3001 es el predeterminado).

Recibo este error al ejecutar los registros de heroku logs --tail

error terminal

También tengo un perfil con los siguientes datos en él

 web: node backend/index.js // server index.js is in backend folder

y aquí está mi archivo Package.json

 { "name": "marketapp", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "axios": "^0.26.1", "babel": "^6.23.0", "bootstrap": "^5.1.3", "cors": "^2.8.5", "mongoose": "^6.2.10", "node-cron": "^3.0.0", "puppeteer": "^13.5.1", "react": "^18.0.0", "react-bootstrap": "^2.2.3", "react-dom": "^18.0.0", "react-hot-loader": "^4.13.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "server": "node public/index.js", "dev": "concurrently \"npm run server\" \"npm run start\"" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "concurrently": "^7.1.0", "netlify-cli": "^9.16.3", "nodemon": "^2.0.15" } }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!